home *** CD-ROM | disk | FTP | other *** search
- /*
- * Copyright (C) 1993 Robert Davis
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of Version 2, or any later version, of
- * the GNU General Public License as published by the Free Software
- * Foundation.
- */
-
- /* $Id: NoPane.h,v 1.4 1993/05/04 16:22:18 davis Exp $ */
-
- #import "Pane.h"
-
-
- @interface NoPane:Pane
- {
- }
-
-
- - init;
- - (BOOL)updateStatus:aStatus doc:aDoc;
-
- @end
-